home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc™ Source Code / Storage / DragDrp.r < prev    next >
Encoding:
Text File  |  1996-08-28  |  861 b   |  41 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        DragDrp.r
  3.  
  4.     Contains:    resources for Drag and drop strings
  5.  
  6.     Owned by:    Vincent Lo
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <4>     10/4/95    jpa        CmmnUtls.r --> UtilCmmn.r [1285767]
  13.          <3>     9/29/95    eeh        1287262: include CmmnUtls.r
  14.          <2>     9/13/95    VL        1283523: Added STR for replace file
  15.                                     utility.
  16.          <1>      9/6/95    VL        first checked in
  17.  
  18. */
  19.  
  20. #define SystemSevenOrBetter 1            // we want the extended types
  21. #define    SystemSevenOrLater    1            // Types.r uses this variable
  22.  
  23. #define oldTemp        // Needed to use old-style 'dctb' resource
  24. #include "Types.r"
  25. #undef oldTemp        // End of 'dctb' fix
  26.  
  27. #include "SysTypes.r"
  28. #include "DrgDpDef.h"
  29.  
  30. resource 'STR ' (kODCategorySuffix, purgeable)
  31. {
  32.     "^0"
  33. };
  34.  
  35. resource 'STR ' (kODCategoryNumberSuffix, purgeable)
  36. {
  37.     "^0 ^1"
  38. };
  39.  
  40. #include "UtilCmmn.r"
  41.